home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
ArcadeCAR.swf
/
scripts
/
DefineButton2_205
/
BUTTONCONDACTION on(keyPress Space).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-07
|
319 b
|
19 lines
on(keyPress "<Space>"){
if(eval("/:silah") eq 1)
{
tellTarget("/:fire/fires")
{
gotoAndStop("roket");
play();
}
}
else if(eval("/:silah") eq 2)
{
tellTarget("/:fire/fires")
{
gotoAndStop("laser");
play();
}
}
}